home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
59267
/
59267.xpi
/
chrome
/
content
/
autohidetabbar.xul
< prev
next >
Wrap
Extensible Markup Language
|
2010-01-25
|
642b
|
23 lines
<?xml version="1.0"?>
<!DOCTYPE overlay [
<!ENTITY % ahtb12entity SYSTEM "chrome://ahtb12/locale/autohidetabbar.dtd">
%ahtb12entity;
]>
<overlay id="ahtb12"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script src="chrome://ahtb12/content/autohidetabbar.js" />
<menupopup id="menu_ToolsPopup">
<menuitem id="ahtb12ContextAutohide"
type="checkbox"
label="&ahtb12Menu.autoHide;" accesskey="&ahtb12Menu.accKey;"
oncommand="autoHideTabBar12.toggleAutoHide();" />
</menupopup>
</overlay>